home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Any tips for Building ODF with CW8 CFM68k?
- Sent: 3/26/96 8:12 AM
- Received: 3/26/96 1:31 PM
- From: Masahiro Abe, m_abe@sainet.or.jp
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Thanks guys for your kind responses. I really appreciate them.
-
- At 10:56 96.03.25 -0800, Mark Lanett wrote:
- >Look inside your part with ResEdit and verify that the cfrg has two
- >entries: One called "ODFExamples::ODFNothing" and the other called
- >"ODFNothing". Also both entries should be the cfm68k architecture. It may
- >simply be a matter of rebuilding the part's .r file (add it to the
- >project).
-
- I've done this in the first place when I encountered the problem. I've
- confirmed it is correct.
-
- At 12:59 96.03.25 -0800, Jim Lloyd wrote:
- >Actually, I had similar binding problems while trying to get our parts working
- >with CFM68K and never successfully debugged the problem until getting the last
- >release of CFM68K tools from Metrowerks, at which time the problems went away.
- > At the suggestion of Stephen Coy <stevec@mpx.com.au>, I had also made one
- >change that you may need to make. Apparently, there is a problem with
- >Metrowerk's ability to import MPW .o files, and because of it there are
- >problems with ODMathM.o (inside the ODUtils subsystem). This may or may not
- >have been fixed in the most recent Metrowerks update, I haven't verified it
- >yet. To workaround the problem, you would need to take the source code in
- >ODMathM.a and move it into the inline assembler format recognized by the
- >Metrowerks C/C++ compiler. I've pasted a sample at the end of this message.
-
- I knew his post and already made changes before build.
-
- I compared my ODFNothing and the one in DR4 and found:
- 1. resources are exactly same between the two
- 2. disassembled dump by CWIDE shows the same info on parts
- 3. data fork of those two are the same at the first 16 bytes, but differ
- after that.
- I will study the format of code fragment later.
-
- >We are getting very close to finalizing ODF 1, and expect all of the problems
- >with CFM68K to be fixed (assuming I focus my time on fixing them). For this
- >reason, I am very reluctant to provide further technical support on CFM68K
- >with ODF 1.0d11. If the information in this message doesn't allow you to get
- >your parts working I'm afraid you'll have to wait till ODF 1 is released (in
- >about 3 weeks).
-
- Jim, please understand that it is not my intention to steal your time for
- supporting me. I will continue investigating my problem. Only hope that you
- can provide some insight on this if you have spare time.
-
- Again, I appreciate all of your valuable info.
- #####################################################################
- ##### Masahiro Abe <Internet : m_abe@sainet.or.jp > #####
- ##### <Niftyserve : BXA03713@niftyserve.or.jp> #####
- #####################################################################
-